SGRelease
TheSGRelease
function instructs your component to release any system resources it allocated during theSGPrepare
function, which is described in the previous section.
pascal ComponentResult SGRelease (SeqGrabComponent s);
s
- Identifies the sequence grabber component that has connected to your channel component.
DESCRIPTION
The sequence grabber component calls yourSGRelease
function whenever it callsSGPrepare
without subsequently starting a record or preview operation.SPECIAL CONSIDERATIONS
Note that the sequence grabber component may callSGRelease
more than once after callingSGPrepare
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help